SftTree/NET 2.0

Font Property, FootersClass Class

Softel vdm, Inc.

Defines the default font for column footers.

Syntax      FootersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property Font As Font

C#   

public Font Font { get; set; }

C++   

public: property Font^ Font {
        Font^ get();
        void set(Font^ value);
}

Property Value

The default font or null/Nothing to use the control's Font property instead.

Comments

The Font property defines the default font for column footers.

Individual parts added to cells in column footers can override the defined font using the TextPartClass.Font property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com